.show {
  display: block !important;
}
.hide {
  display: none !important;
}
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  opacity: 0.95;
  background-color: #ffffff;
  z-index: 9999;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 100;
}

.global-actions {
  background-color: rgb(231, 230, 230);
  border-bottom: 1px solid black;
  color: black;
  font-weight: 900;
}
.global-actions:hover {
  background-color: rgb(231, 230, 230);
  border-bottom: 1px solid black;
  color: black;
  font-weight: 900;
}

.action-button {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 2px !important;
  line-height: 40px !important;
  margin-top: 18px !important;
  /* margin-right: 15px; */
  font-size: 22px;
  background-color: #7e7f7f;
  border: none;
}
.action-button:hover {
  background-color: #7e7f7f;
}
.action-button:focus {
  background-color: transparent;
  box-shadow: none !important;
}

.logout-btn {
  margin-right: 13px;
  margin-top: 29px;
  font-size: 18px;
  color: white;
  cursor: pointer;
}

.modal-backdrop {
  z-index: 100 !important;
}
#sperator-greater-than {
  height: 10px;
  font-family: "Material Design Icons";
  color: #ced4da;
}
.third-breadcrumb-seperator {
  position: absolute;
  justify-content: center;
  top: 90px;
  left: 188px;
}
.third-breadcrumb {
  position: absolute;
  justify-content: center;
  top: 91px;
  left: 210px;
  color: #adb5bd;
  font-size: 0.875rem;
}
.third-breadcrumb-seperator-account-settings {
  position: absolute;
  justify-content: center;
  top: 80px;
  left: 225px;
}
.third-breadcrumb-account-settings {
  position: absolute;
  justify-content: center;
  top: 81px;
  left: 245px;
  color: #adb5bd;
  font-size: 0.875rem;
}
